home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / fractal / forb01 / svga16.txt < prev   
Text File  |  1991-05-04  |  3KB  |  89 lines

  1. **************************************************************
  2. COPYRIGHT 1991, JORDAN HARGRAPHIX SOFTWARE
  3. PORTIONS COPYRIGHT JOHN BRIDGES, 1990
  4.            CHRISTOPHER MORGAN, 1984
  5. **************************************************************
  6.  
  7. Here it is! The SuperVGA BGI driver you have all been waiting for! ;->
  8.  
  9.   This driver supports a wide range of VGA cards, and should work on
  10. all major brands.
  11.  
  12. Card types supported:
  13.   Ahead, ATI, Chips & Tech, Everex, Paradise, Trident, Tseng (both 3000
  14. and 4000 chipsets) and Video7.
  15.   The driver will also work on video cards with VESA capability.
  16.  
  17. I have not tested this driver on all these card types, so I can not guarantee
  18. perfect operation with your card.  I have tested this driver extensively
  19. on Trident and ATI cards, and have had no problems.
  20.  
  21. This is the first release, so let me know if you find any bugs.
  22.  
  23. Modes currently supported:
  24.   0) Standard EGA/VGA 320x200x16
  25.   1) Standard EGA/VGA 640x200x16
  26.   2) Standard EGA/VGA 640x350x16
  27.   3) Standard VGA 640x480x16
  28.   4) SuperVGA/VESA 800x600x16
  29.   5) SuperVGA/VESA 1024x768x16
  30.  
  31. ----------------------------------------------------------------------------
  32. INSTALLATION:
  33.   Using the driver in existing programs is easy. (If you have the source)
  34.  
  35.   Check the files INITSVGA.C and INITSVGA.PAS for examples of installation
  36. into C and Pascal programs.
  37.  
  38. ----------------------------------------------------------------------------
  39. NOTE: 
  40.  
  41.  - The mouse cursor may not work in all modes of my driver.  This is because
  42.    most mouse drivers do not support SuperVGA modes.
  43.  
  44.  - The registerbgidriver functions do not work. This is due to a limitation
  45.    in the BGI kernel, which checks the linked in driver with a list of the
  46.    standard BGI drivers (CGA,EGAVGA,etc..), and if it is not one of those,
  47.    will not use the linked in driver.
  48.  
  49. ----------------------------------------------------------------------------
  50. WARNING: The driver does not test to see if the card installed is
  51. actually a VGA card (If it does not detect a SuperVGA card, it treats
  52. the card as a standard VGA), so DO NOT use the driver if you do not have 
  53. a VGA card installed.
  54.  
  55. -------------------------------------------------------------------------
  56. REGISTRATION:
  57.   I have decided to make this first driver available free of charge,
  58. although donations would be greatly appreciated and certainly
  59. expedite the release of future versions. :->
  60.  
  61. Registration fees:
  62.  
  63.     SuperVGA 256             $20
  64.     SuperVGA 16            $20
  65.     Both 16 + 256 color versions:    $30
  66.  
  67. With donations of $20 and up, you will be considered a registered user
  68. and will entitle you to a copy of the source and updates on future releases.
  69.  
  70. Send checks/money/etc to: 
  71.     Jordan Hargrave
  72.     1000 Morewood Ave, Box #3277
  73.     Pittsburgh, PA 15213
  74.  
  75. After May 15, 1991 please send money to:
  76.     Jordan Hargrave
  77.     1615 Burnley Road
  78.     Charlotte, NC 28210
  79.     (704) 553-2332
  80.  
  81. *===============================*===========================================*
  82. | Jordan Powell Hargrave    |   Internet:    jh5y@andrew.cmu.edu        |
  83. | 1000 Morewood Ave, Box #3277  |     Bitnet:    jh5y%andrew.cmu.edu@cmccvb  |
  84. | Pittsburgh, PA 15213        |       UUCP:    uunet!andrew.cmu.edu!jh5y   |
  85. | (412) 268-4493         |    Prodigy:    HXNJ79A                |
  86. |                  | Compuserve:    [72510,1143]            |
  87. *===============================*===========================================*
  88.  
  89.